Index
A C D E F G H I L M N O P S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getAccuracy(Database) - Method in class edu.uky.ai.ml.nn.NeuralNetwork
-
Quantifies how will this network performs on a given database of training examples.
- getError(Database) - Method in class edu.uky.ai.ml.nn.NeuralNetwork
-
Returns the total error of the network for a given training database.
- getOutput() - Method in class edu.uky.ai.ml.nn.NeuralNetwork
-
Calculates and returns the values of the output neurons given the current state of the network.
- getValue() - Method in class edu.uky.ai.ml.nn.InputNeuron
- getValue() - Method in class edu.uky.ai.ml.nn.Neuron
-
Returns the current value of this neuron based on the input it is receiving from its parents and its activation functions, which in this case is the sigmoid function.
All Classes All Packages